Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created October 4, 2019 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topherPedersen/70d1475eab7b97c090bb99ec326c15c4 to your computer and use it in GitHub Desktop.
Save topherPedersen/70d1475eab7b97c090bb99ec326c15c4 to your computer and use it in GitHub Desktop.
Learn Python in 6 Minutes by my Student
print("muffin time")
my_variable = "piE PiE PiE"
my_list = []
my_list.append("PyThOn Is CoDe")
my_list.append("fhufuyegfufhhfsfhsk")
my_list.append("jfyhgrbgfjefhf")
my_list.append("Hurhufhiufnfefguy")
for x in range(4):
print(my_list[x])
piez = True
if piez == True:
print("i just leRNED PYTHON IN 6 MINUTES")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment