FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Python-Roadmap/script.py at main · https-github-com-nzysoft/Python-Roadmap · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-nzysoft
/
Python-Roadmap
Public
forked from
hemansnation/Python-Roadmap
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Python-Roadmap
/
script.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
3 lines (2 loc) · 107 Bytes
Breadcrumbs
Python-Roadmap
/
script.py
Copy path
File metadata and controls
3 lines (2 loc) · 107 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
import
sys
print
(
"Welcome {}, Your city {} your country {}"
.
format
(
sys
.
argv
[
1
],
sys
.
argv
[
2
],
sys
.
argv
[
3
]))
Back
|
FazBrowse Home
|
New Git URL