Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python - Coggle Diagram
Python
-
-
-
Inputting Data
-
number = int(input(“Adding int at the start with an extra pair of brackets around everything else allows you to input a number value”))
(Question Box:) Adding int at the start with an extra pair of brackets around everything else allows you to input a number value
(Inputted Answer:) 4
number = 4
print(“You wrote the input variable as”, input, “and the number variable as”, number, “so I used floats to print them!”)
-
-
-