0

there I want to ask why I cant use long() function in python3.6.5? its say long is not defined and what should the function should I use? please anybody help me

1 Answers1

0

there is no long integer in Python 3, you should just be able to use int()?

chris651
  • 3
  • 3