Plss tell me how to run this plss
Attachments:
Answers
Answered by
2
Answer:
1. save it
2. press F5 to run it
hope it helps
pls mark as brainliest pls
Answered by
0
Run Python code:
Output:
Enter the temperature to be converted: 22
Your answer is: 71.6
Explanation:
- First, open a text file and write the code this defined below and save this file in (.py) file extension.
code:
C= int(input('Enter the temperature to be converted: ')) #defining variable C
F=C*1.8+ 32 #defining variable F, that calculate and hold a value
print('Your answer is: ', F) #print value
Steps to run the Python code:
- Open Python IDE, inside this IDE there is an option to open the "file" option.
- Inside the file tab there is an open file option, click on this option. This option will ask you to open python file.
- select the file that you save it, and after selection, file clicks on the "Run" tab or simply click on the F5 shortcut key.
Learn more:
- Python program: https://brainly.in/question/5558161
- What is Python: https://brainly.in/question/10633743
Similar questions
Chemistry,
5 months ago
Hindi,
5 months ago
Math,
5 months ago
Science,
11 months ago
Computer Science,
11 months ago
Social Sciences,
1 year ago
Physics,
1 year ago
English,
1 year ago