eng
competition

Text Practice Mode

Python code

created Mar 1st 2022, 15:33 by Hayk


1


Rating

45 words
114 completed
00:00
import time
import random
from tello import *
 
#this is comment
 
print("Hello, world!")
 
def this_func(arg1, arg2):
    a = arg1 + arg2
    print(a)
    return a / 2
 
str_to_num = int("123456")
 
while True:
    for x in range("this is text"):
        forward(50)
 
class This_class():
    def __inti__(self):
        print("Fuckin code!!!")
 
 
 

saving score / loading statistics ...