words per minute
12
Martinaelikovi
00:00
Speed
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!!!")