Python Programming Basics - KS3

Enter an answer into the box
Quiz by klawrence
Rate:
Last updated: February 26, 2018
You have not attempted this quiz yet.
First submittedFebruary 26, 2018
Times taken773
Average score64.7%
Rating1.33
Report this quizReport
3:00
Enter answer here
0
 / 17 guessed
The quiz is paused. You have remaining.
Scoring
You scored / = %
This beats or equals % of test takers also scored 100%
The average score is
Your high score is
Your fastest time is
Keep scrolling down for answers and more stats ...
Hint
Answer
Ask user for some data, called an I
Input
Display information on the screen, O
Output
Store data in a V
Variable
Data type to store characters, S
String
Data type to store a whole number, I
Integer
Data type to store a real/decimal number, F
Float
Perform a operation on numbers with +
addition
Perform a operation on numbers with *
multiplication
Perform a operation on numbers with /
division
Hint
Answer
Selection starts with
if
Selection in python uses else if by typing
elif
Selection ends with, E
else
Python is a H_ _ _ L_ _ _ _
high level
P__________ language
programming
To write python programs we use I_ _ _
IDLE
Never type in the S_ _ _ _
Shell
because in this you can't save or E_ _ _
edit
No comments yet