Zusammenfassung der Ressource
Python key words
- Conditionals
- These are generally if statements
within computer programming.
- Module
- This is a window where you
code your program.
- Function
- These are sections of code which are
executed as and when they are needed.
- Function example= pacMan
- Decrements
- Decrease the value of an integer.
- Variable
- These are values which are stored to help the programme function proplerly.
Variables can change based on what the user does.
- Variable example= pac_man
- Shell
- This is where your programme is executed.
- Library
- A collection of functions which you can ask python to use if
you need them.
- Increment
- Increase the value of an integer.
- Camel casing
- This is a convention used by programmers when writing functions. The
first word is always lower case and then the following words all bring
begin with an upper case letter.
- Concatenation
- This is where variables are joined with strings using speech marks and the + operator.
- Input types
- Input used as interger
- raw_input used as string