当前位置:网站首页>sys. argv
sys. argv
2022-07-06 08:24:00 【Don't seek great wealth, just seek wealth to rival the country】
sys.argv Parameters can be obtained from the command line , Execute the script .
import os
import sys
root=os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(root)
print("sys_test.argv: ",sys.argv)
print("sys_test.argv[0]: ",sys.argv[0])
print("sys_test.argv[1]: ",sys.argv[1])
print("sys_test.argv[2]: ",sys.argv[2])
print(len(sys.argv))
Console output :
C:\Users\jam96\PycharmProjects\all_module\sys_test>python a.py q w e r
sys_test.argv: ['a.py', 'q', 'w', 'e', 'r']
sys_test.argv[0]: a.py
sys_test.argv[1]: q
sys_test.argv[2]: w
5
1. from python hinder .py File count
2. from 0 Start counting
边栏推荐
- Asia Pacific Financial Media | designer universe | Guangdong responds to the opinions of the national development and Reform Commission. Primary school students incarnate as small community designers
- 1202 character lookup
- 从表中名称映射关系修改视频名称
- 2022.02.13 - 238. Maximum number of "balloons"
- From monomer structure to microservice architecture, introduction to microservices
- Flash return file download
- Day29-t77 & t1726-2022-02-13-don't answer by yourself
- The Vice Minister of the Ministry of industry and information technology of "APEC industry +" of the national economic and information technology center led a team to Sichuan to investigate the operat
- 你想知道的ArrayList知识都在这
- Remote storage access authorization
猜你喜欢
Résumé des diagrammes de description des broches de la série ESP
[research materials] 2021 China online high growth white paper - Download attached
The Vice Minister of the Ministry of industry and information technology of "APEC industry +" of the national economic and information technology center led a team to Sichuan to investigate the operat
[MySQL] database stored procedure and storage function clearance tutorial (full version)
What is the use of entering the critical point? How to realize STM32 single chip microcomputer?
[cloud native topic -45]:kubesphere cloud Governance - Introduction and overall architecture of enterprise container platform based on kubernetes
Asia Pacific Financial Media | designer universe | Guangdong responds to the opinions of the national development and Reform Commission. Primary school students incarnate as small community designers
Let the bullets fly for a while
Hungry for 4 years + Ali for 2 years: some conclusions and Thoughts on the road of research and development
Deep learning: derivation of shallow neural networks and deep neural networks
随机推荐
Introduction to number theory (greatest common divisor, prime sieve, inverse element)
TiDB备份与恢复简介
matplotlib. Widgets are easy to use
Zhong Xuegao, who cannot be melted, cannot escape the life cycle of online celebrity products
Use Alibaba icon in uniapp
Use br to back up tidb cluster data to S3 compatible storage
ESP series pin description diagram summary
NFT smart contract release, blind box, public offering technology practice -- jigsaw puzzle
C语言 - 位段
leetcode刷题 (5.28) 哈希表
"Designer universe" APEC design +: the list of winners of the Paris Design Award in France was recently announced. The winners of "Changsha world center Damei mansion" were awarded by the national eco
[2022 Guangdong saim] Lagrange interpolation (multivariate function extreme value divide and conquer NTT)
Learn Arduino with examples
[cloud native] teach you how to build ferry open source work order system
MFC 给列表控件发送左键单击、双击、以及右键单击消息
C language custom type: struct
Grayscale upgrade tidb operator
CISP-PTE实操练习讲解
synchronized 解决共享带来的问题
图像融合--挑战、机遇与对策