vagues_console.py

Created by gengisclan

Created on June 24, 2023

531 Bytes

Juste des vagues de 1 (police python petite)


from math import *
from ion import *

def fonction(message):
  #for i in range(43):
  message+=str(1)
  return message
message=""
message2=""
n=1
while not keydown(KEY_BACKSPACE):
  for j in range(43):
    message=fonction(message)
    print(message)
    if keydown(KEY_BACKSPACE):break
  for k in range(43):
    if keydown(KEY_BACKSPACE):break
    for l in range(len(message)-1):
      if keydown(KEY_BACKSPACE):break
      message2+=message[l]
    message=message2
    print(message2)
    message2=""
  n+=1

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.