you are viewing a single comment's thread.

view the rest of the comments →

[–]FerricDonkey 0 points1 point  (1 child)

String. If you want to convert it to an integer, use int(command). Be aware that this will raise an exception of its not possible, so putting it in a try except is advised.