Grokking Python Fundamentals
Ask Author
Back to course home

0% completed

Vote For New Content
Quiz
On this page
What is the correct way to define a variable 'a' with the value '100' in Python?
A
var a = 100
B
a = 100
C
int a = 100
D
a := 100

.....

.....

.....

Like the course? Get enrolled and start learning!

On this page