|
|
Created by Dean Whittle
almost 11 years ago
|
|
| Question | Answer |
| Variable | A store of data that can be changed |
| String | A sequence of text and numbers. " " signal a string |
| Integer | A whole number |
| int( ) | Used to convert from a string to an integer |
| flower= rose What is the name of the variable? | flower |
| What does the = mean? | The same as |
| Where would the = be used? | With a variable |
| What does the < mean? | less than |
| What does == mean? | equal to |
| What does input ( ) do? | Asks the user to enter data / information |
| what does print ( ) do? | Outputs information on to the screen |
Want to create your own Flashcards for free with GoConqr? Learn more.