INF1511-Beginner-Exam pack
What is a correct syntax to output "Hello World" in Python? print("Hello World") Your answer echo("Hello World"); p("Hello World") echo "Hello World" Question 2: How do you insert COMMENTS in Python code? #This is a comment Your answer //This is a comment /*This is a comment*/ Question 3: Which one is NOT a legal variable name? _myvar Your answer my_var my-var Correct answer Myvar Question 4: How do you create a variable with the numeric value 5? Both the other answers are correct Your answer x = int(5) x = 5 I
Written for
- Institution
- University of South Africa
- Course
- INF1511 - Visual Programming I
Document information
- Uploaded on
- November 28, 2021
- Number of pages
- 34
- Written in
- 2021/2022
- Type
- Exam (elaborations)
- Contains
- Unknown
Subjects
-
inf1511 beginner exam pack