書名: Mastering Python Scripting for System Administrators作者名: Ganesh Sanjiv Naik本章字數(shù): 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:~$
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- The Modern C++ Challenge
- Getting started with Google Guava
- Hands-On Image Processing with Python
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- Rake Task Management Essentials
- 青少年美育趣味課堂:XMind思維導(dǎo)圖制作
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構(gòu)與實現(xiàn)
- KnockoutJS Starter
- Mastering Git
- Learning PHP 7
- App Inventor創(chuàng)意趣味編程進階
- Java程序設(shè)計教程
- 程序員必會的40種算法
- SFML Game Development