Python Category - quizzes and questions
Category - Python |
|
Sub category of: Programming Language
Click Here To Start Quiz | Total questions: 5
Added by Elisha
21 weeks 6 days ago
in categories Python
general questons in python.
Added by Elisha
21 weeks 6 days ago
in categories Python
what will be the value of lst after the next lines
lst = [1,2]
lst.append(lst)
Added by Elisha
21 weeks 6 days ago
in categories Python
which of the following commands will raise an error (more then one answer is possible)
Added by Elisha
21 weeks 6 days ago
in categories Python
what will be printed by the next line:
print 5 * "6"
Added by Elisha
21 weeks 6 days ago
in categories Python
what will be printed by the next line:
print 5 + "6"



