
March 1st, 2013, 09:40 PM
|
|
Registered User
|
|
Join Date: Mar 2013
Posts: 1
Time spent in forums: 18 m 8 sec
Reputation Power: 0
|
|
|
Python Settings Help please!
Hi, so I am trying to learn Python through a book. And i ran into an issue that i dont know how to solve.
so the code is celsius = input("___") , when i press enter, the next line asks me what the input is. How do i configure python so that the program will only ask me that when i want to run it? because right now each line is running automatically after every line. Help is much appreciated!
|