Python program Flashcards
1
Q
Print someting
A
print ( ‘ ‘ )
2
Q
wait for something to be typed
A
something=raw_input()
3
Q
wait for something to be typed( number )
A
(variable)=int(raw_input ( ) )
Print someting
print ( ‘ ‘ )
wait for something to be typed
something=raw_input()
wait for something to be typed( number )
(variable)=int(raw_input ( ) )