Cedars Math:Computer and Python

From Rasmapedia
Revision as of 16:52, 30 April 2026 by Eric Rasmusen (talk | contribs) (Created page with "* Python Code print("Buddhist code.") x = 4 item=1 while x<6: print("Glory to God in the highest!",item) item = item +1 print ("The End.") *[https://www.ra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Python Code
 print("Buddhist  code.")
 x = 4
 item=1
 while x<6:
 print("Glory to God in the highest!",item)
 item = item +1
 print ("The End.")