I have a problem that i encounter in the raspberry pi terminal.
>>> alarm = input('Please input the time for the alarm in format HHMM: \n ')
>>> print(alarm)
I type 0700, press enter, but it prints out 448 instead of 0700. When I tried it in IDLE it put out 0700. Why won't it put out 0700 in the raspberry pi terminal? And how can I get the terminal to put 0700 out?