I usually do this to convert string to int:
my_input = int(my_input)
but I was wondering if there was a less clumsy way, because it feels kind of long.
There is no shorter way than using the int function (as you mention)
int
1.4m articles
1.4m replys
5 comments
57.0k users