Python pre-text
Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!
What is a correct syntax to output "Hello World" in Python?
a.print("Hello World") b.echo("Hello World"); c.echo "Hello World" d.p("Hello World")
Which one is NOT a legal variable name?
Myvar my-var _myvar my_var
How do you insert COMMENTS in Python code?
//This is a comment /*This is a comment*/