Basic Concepts

Smith smith at a-team.it
Wed Apr 27 05:29:12 EDT 2016


Fill in the blanks to declare a variable, add 5 to it and print its value:

 >>> x = 4
 >>> x_ = 5
 >>> print_


Any suggestion ?

Thanks



More information about the Python-list mailing list