Python Variables and Data Types Quiz for Beginners – Test Your Basics

Q 1 - Marks: 1

1. What is the correct way to declare a variable in Python?

int x = 10
x := 10
x = 10
10 = x