03 - 07 Oct
Animation Programming » Devlog
# Hashtags are used to explain to a developer how a program is implemented and what result the code is meant to output. this helps developers with debugging the script. #
Arithmetic Operators
- + - addition
- - subtraction
- * multiplication
- / division
Logical Operators
- == - equal to
- != - not equal to
- >= greater or equal to
- <= less than or equal to
message = input(Print allows python to display messages or values that are stored in variables in forms of strings for words, integers for numbers and Boolean for logical answers )
Print(message)
Animation Programming
More posts
- 24 - 28 OctDec 15, 2022
- 17 - 21 Creating ObjectsDec 15, 2022
- 10 - 14 Creating windowDec 15, 2022
Leave a comment
Log in with itch.io to leave a comment.