[issue41436] BUG a simple "and" and "or"

2020-07-29 Thread Samran
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

[issue41436] BUG a simple "and" and "or"

2020-07-29 Thread Samran
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

[issue41436] BUG a simple "and" and "or"

2020-07-29 Thread Samran
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