Text Practice Mode
Python code
created Mar 1st 2022, 15:33 by Hayk
1
45 words
114 completed
4
Rating: 4
saving score / loading statistics ...
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!!!")
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!!!")
