![]() |
Created by I_Jessica_I
over 9 years ago
|
|
Question | Answer |
# Comments # | #Comments# : Always begin with a #. Comments are notes for humans to tell them what the code does computer doesn’t read them. |
= Variables = | = Variables = : are always set with an = after they are named. Variable is a named value that can be changed. |
“Strings” | “Strings” are a very special form of variable that holds “Text”. They are always in “ ” (Speech marks) to tell the computer that this is “Text” and not a instruction the print(). |
(Functions) (inputs) | Function() : always have brackets() after their names. Functions are a named command() that may take inputs and/or return an output. |
Operators | + Plus - Subtract * Multiply / Divide = Equals |
Integer | Whole number (1) |
Float | Decimal Number (1.0) |
Boolean | Something that is either True or False |
Integer CamelCase | nNumber |
Float CamelCase | fNumber |
Boolean CamelCase | bTrueFalse |
String CamelCase | strText |
There are no comments, be the first and leave one below:
Want to create your own Flashcards for free with GoConqr? Learn more.