@spineribjoint1 wrote:
Following snippet outputs “No”. Any ideas why? Can anyone replicate the problem.
number = 12345678901 if isinstance(number, int): print("Yes") else: print("No")
Posts: 4
Participants: 4
@spineribjoint1 wrote:
Following snippet outputs “No”. Any ideas why? Can anyone replicate the problem.
number = 12345678901 if isinstance(number, int): print("Yes") else: print("No")
Posts: 4
Participants: 4