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.
5
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)
0
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)
0
Added by Elisha
21 weeks 6 days ago
in categories Python
what will be printed by the next line: print 5 * "6"
0
Added by Elisha
21 weeks 6 days ago
in categories Python
what will be printed by the next line: print 5 + "6"
0
Added by Elisha
21 weeks 6 days ago
in categories Python
what will be printer by the next line: type(1/2)
0