- Python Projects for Kids
- Jessica Ingrassellino
- 99字
- 2021-07-09 19:35:14
Running your program
To run your program, enter your command line or terminal window and type the following command:
python first_calc.py
Your program should run through addition, subtraction, multiplication, pision, and modulo, and print answers to the user for each set of numbers that they enter. If there are errors when the program runs, the error messages from your computer will usually tell you that something is wrong. The error message will even tell you what line of code in your file has the problem so that it is easier to debug (find and fix errors in) your code.
推薦閱讀
- Java程序設計(慕課版)
- DBA攻堅指南:左手Oracle,右手MySQL
- Instant Apache Stanbol
- Learning C++ Functional Programming
- 算法精粹:經典計算機科學問題的Python實現
- PHP網絡編程學習筆記
- 老“碼”識途
- Linux操作系統基礎案例教程
- C語言程序設計教程
- ActionScript 3.0從入門到精通(視頻實戰版)
- Django Design Patterns and Best Practices
- Joomla!Search Engine Optimization
- Python繪圖指南:分形與數據可視化(全彩)
- Implementing Domain:Specific Languages with Xtext and Xtend
- C語言程序設計教程