My sublime text four is not taking in integer input for some reason it does take the usual string input but the cursor skips when it’s time to take the integer input and the program terminates
The command used is:
a = int(input(“Enter number”))
Note that the letter ‘i’ turns italics in int and remains normal in input
Version:Sublime Text 4