From bc92316b65ef50669ae8ae1ff21ddcf53de8da5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodor=20M=C3=A1t=C3=A9?= <bodor.mate@kszk.bme.hu> Date: Wed, 27 Mar 2019 23:00:04 +0100 Subject: [PATCH] v0.20 --- PITCHME.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/PITCHME.md b/PITCHME.md index b178ed3..d658854 100644 --- a/PITCHME.md +++ b/PITCHME.md @@ -264,28 +264,6 @@ print ('Have a ') print ('nice day!') #Bye bye ``` -+++ - -```python - -'''This is the start of the program ''' -x = 1 -while (x < 6): - print() # prints a new line - print ("x = " + str(x)) # the , forces printing of the next item - # to be on the same line - x = x + 1 - y = 1 - while (y < 6): - print ("y = " + str(y),) # the , forces printing on the same line - y = y + 1 - z = 1 - while (z < 6): - print ("z = " + str(z),) # the , forces printing on the same line - z = z + 1 - print() # prints a new line -``` - Note: - Nincs sorvég jel -- GitLab