Learn Python, C, C++, HTML, CSS, JS, Go, Haxe, Rust, Lua\
- Graphics:
Pyxel
Pygame
OpenGL
SDL
SFML
Heaps.io
Love2D\
Learn Python, C, C++, HTML, CSS, JS, Go, Haxe, Rust, Lua\
| # This is a comment, Basic Printing | |
| print('Hello World!') | |
| x = 2 | |
| y = 3 | |
| print('The answer to 2+3 is ' + str(x+y)) | |
| # BODMAS | |
| print('\n') |