Log in to edit a copy.
Download.
Other published documents...
quilt snippet
149 days ago by teejaytiger
v = "y" while v == "y": d = input("Diameter:") x = ((d**2)/2)**.5 print("Length = ",x) v = input("Again? y/n")
Diameter:
Diameter:
4
2