code with python code example
Example 1: how to learn python
"""
Great foundation for basics
https://www.w3schools.com/python/default.asp"
"""
Example 2: python
# a comment
myVar = 5
avar = 53
tr = 13 # vars
while True:
#code for while true loop