Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

Variables in Python

star
star
star
star
star
Posljednje ažuriranje over 5 years ago
10
Napomena autora:

Variable assignment review for beginners in Python

1
1
1
1
1
1
1
1
1
1
Pitanje 1
1.

A Variable is like a ....

Pitanje 2
2.

Which one of the following would be a suitable variable name

Pitanje 3
3.

Declaring a variable refers to

Pitanje 4
4.

Which variable name is correct

Pitanje 5
5.

What type of data is in the variable: runner = ("4")

Pitanje 6
6.

Which concatenation is suitable to follow: userName = input("Please enter your name")

Pitanje 7
7.

What will the output from the print statement be?

Pitanje 8
8.

What will the output from the print statement be?

Pitanje 9
9.

This code will not work, why?: num1 = int(input(“Please enter a number”)

Pitanje 10
10.

Which contatenation is correct to follow: num1 = int(input("Please enter a number"))