16
Products
reviewed
0
Products
in account

Recent reviews by layym.

< 1  2 >
Showing 1-10 of 16 entries
No one has rated this review as helpful yet
8.8 hrs on record
говно
Posted 5 February.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
137.0 hrs on record (25.8 hrs at review time)
:)
Posted 23 November, 2022.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
425.7 hrs on record (97.9 hrs at review time)
Игра для таких, как мои друзья и я, кому не жалко не себя, не нервы своих близких, удалите с компа. ЖЕЛАЮ УДАЧИ!
Posted 12 May, 2022.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
64.6 hrs on record (54.9 hrs at review time)
полный ♥♥♥♥♥♥
Posted 3 February, 2022.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
23.4 hrs on record (11.9 hrs at review time)
топ за свои деньги!
Posted 6 January, 2022.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
231.5 hrs on record (12.6 hrs at review time)
ставлю лайк, но лучше купить новые кроссы, абоба
Posted 23 November, 2021. Last edited 25 November, 2021.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
163.0 hrs on record (19.6 hrs at review time)
топ за свои деньги
Posted 25 April, 2021.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
104.9 hrs on record (6.6 hrs at review time)
класс!
Posted 20 February, 2021.
Was this review helpful? Yes No Funny Award
12 people found this review helpful
13 people found this review funny
0.2 hrs on record
Г
О
В
Н
О
Posted 1 March, 2020.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
225.2 hrs on record (162.3 hrs at review time)
забибисьfrom turtle import *
from random import *

num1 = Turtle()
num1.ht()
num1.penup()
num1.speed(0)
num1.goto(-50, 0)

num2 = Turtle()
num2.ht()
num2.penup()
num2.speed(0)
num2.goto(0, 0)

num3 = Turtle()
num3.ht()
num3.penup()
num3.speed(0)
num3.goto(50, 0)

result = Turtle()
result.ht()
result.penup()
result.speed(0)
result.goto(0, -100)

button = Turtle()
button.penup()
button.speed(0)
button.shape("square")
button.color("red")
button.goto(0, -150)

sc = Screen()

def test(x,y):
print("3428")

i = 0

while i < 10:
num1.clear()
num2.clear()
num3.clear()
r1 = randrange(9)
r2 = randrange(9)
r3 = randrange(9)
num1.write(r1, font = ("Ariaal", 50))
num2.write(r2, font = ("Ariaal", 50))
num3.write(r3, font = ("Ariaal", 50))
i += 1

if r1 == r2 == r3:
result.write("WIN", font = ("Ariaal", 50))
else:
result.write("LOSE", font = ("Ariaal", 50))

button.onclick(test)
sc.onclick(test)

mainloop()
Posted 1 December, 2019. Last edited 1 December, 2019.
Was this review helpful? Yes No Funny Award
< 1  2 >
Showing 1-10 of 16 entries