This repo exists to be cloned for the git basic exercises
print("I love working in the terminal,\nit makes me feel like a Pro.")
for x in range(10): if x%2 == 0: print("Python is the best programming language")
else:
print("Every detail its data")
print("Done!") print() print("Some arbitrary changes")
booya