Download presentation
Presentation is loading. Please wait.
1
Some Common Issues: Print, Maths, Variables
Damian Gordon
2
“ ”
3
“ ” " "
4
“ ” " "
5
print(Hello World)
6
print(Hello World) print(“Hello World”)
7
print(Hello World) print(“Hello World”)
8
print “Hello World”
9
print “Hello World” print(“Hello World”)
10
print “Hello World” Print(“Hello World”)
11
InputVal = int(“input()”)
12
InputVal = int(“input()”) InputVal = int(input())
13
InputVal = int(“input()”) InputVal = int(input())
14
InputVal = int(input()
15
InputVal = int(input() InputVal = int(input())
16
InputVal = int(input() InputVal = int(input())
17
“Hello World”
18
“Hello World” print(“ “Hello World” ”)
19
“Hello World” print(“ “Hello World” ”) print(“ \“Hello World\” ”)
20
“Hello World” print(“ “Hello World” ”) print(“ \“Hello World\” ”)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.