“Python, choć prawda” Kod odpowiedzi

nieskończony, podczas gdy Python

#infinite While on Python

while True:
  print('Hello World!')
Panicky Pelican

Python podczas fałszywej pętli

# Lol it does nothing.
Faithful Ferret

choć nie poleca w Pythonie

condition = 3

while not (condition == 0) :
   print(condition)
   condition = condition - 1
Grumpy Goldfinch

Python, choć prawda

while True:
  print("eee")
khuDDD

podczas gdy prawdziwy Python

while True:
  print("Goodbye World") #this will print 'Goodbye World' continuously. 
Good Goshawk

jak to zrobić prawdziwy Python

# Tutorial while true:
while True:
  # some code in while infinity loop
  # code in while True after 4 chars of spacebar
  print("This is while")
  print("Goodbye :)")
Tabornoti

Odpowiedzi podobne do “Python, choć prawda”

Pytania podobne do “Python, choć prawda”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu