Save
ict
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Real
Visit profile
Cards (19)
variables
- store up data
2.
input()
- user input
3.
print()
- display something
4.
identifiers
- user decides to choose
5.
casting variables
- convert data
6.
arithmetic operators
- mathematical
7. what is syntax of casting variable - "
int(string)
"
8. syntax bool - "
identifier
true
"
9. syntax string - identifier "
hello
word
"
10.syntax int - identifier
5
11. syntax float - identifier
25.5
12. syntax identifiers - identifier
value
13. syntax print =
print()
14. syntax of input -
variable
input
(
)
15. syntax of casting variables (number to string)? -
str(number)
16. what is result of the subtraction -
difference
17. what is the result of addition? -
sum
18. what is the result of multiplication -
remainder
19. what is the result of division -
quotient