- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 36字
- 2021-07-02 14:00:18
The keyboard shortcut
The keyboard shortcut, Ctrl + D, will give you the following code:
>>> val1 = 5000
>>> val2 = 2500
>>>
>>> val3 = val1 - val2
>>> print (val3)
2500
>>>
student@ubuntu:~$
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- Vue.js前端開發基礎與項目實戰
- Internet of Things with the Arduino Yún
- SAS數據統計分析與編程實踐
- Reactive Android Programming
- 數據結構習題解析與實驗指導
- Mastering openFrameworks:Creative Coding Demystified
- Python圖形化編程(微課版)
- 一本書講透Java線程:原理與實踐
- C語言程序設計實踐
- 游戲設計的底層邏輯
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Opa Application Development
- Learning Ext JS(Fourth Edition)
- HTML+CSS+JavaScript前端開發(慕課版)