Samran added the comment:
Thanks a lot. I am beginner and will try stack overflow next time. Depending on
the error type. Thank you again I learned a lot.
Sent from Mail for Windows 10
From: Karthikeyan Singaravelan
Sent: Wednesday, July 29, 2020 9:57 PM
To: iamsamra...@gmail.com
Subject
Samran added the comment:
Thanks a lot. I am beginner and will try stack overflow next time. Depending on
the error type. Thank you again I learned a lot.
Sent from Mail for Windows 10
From: James Corbett
Sent: Wednesday, July 29, 2020 9:57 PM
To: iamsamra...@gmail.com
Subject: [issue41436
New submission from Samran :
#this is the code
from random import randint
num = randint(1,10)
print(type(num))
print(num)
ch = None
#tried changing this tried converting types
guess = 0
print(type