Python is an easy to learn, powerful programming language.
Current highest python version: 3.9.2 (March 8, 2021)
if condition:
go_forward()
elif new_condition:
go_backward()
else:
stay_in_place()
for element in a_list:
jump()
while condition:
wait()