kanchan khurana
Quiz by , created more than 1 year ago

Help to check the understanding of variable rules

7
0
0
kanchan khurana
Created by kanchan khurana over 4 years ago
Close

Python Variable Names

Question 1 of 3

1

Which of the following can not be variable?

Select one of the following:

  • A. roll no=9

  • B. _roll=4

  • C. roll_no=7

  • D. None of these

Explanation

Question 2 of 3

1

2. Which of the following is not a keyword?

Select one of the following:

  • eval

  • pass

  • if

  • return

Explanation

Question 3 of 3

1

Which of the following can not be a variable?

Select one of the following:

  • for

  • it

  • _float

  • on

Explanation