FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Awesome-Python-Scripts/Basic-Scripts/string_practice.py at master · powerexploit/Awesome-Python-Scripts · GitHub
powerexploit
/
Awesome-Python-Scripts
Public
Notifications
You must be signed in to change notification settings
Fork
212
Star
243
Code
Issues
23
Pull requests
82
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Awesome-Python-Scripts
/
Basic-Scripts
/
string_practice.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
5 lines (5 loc) · 103 Bytes
Breadcrumbs
Awesome-Python-Scripts
/
Basic-Scripts
/
string_practice.py
Copy path
File metadata and controls
5 lines (5 loc) · 103 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
#!/usr/local/bin/python3
import
string
fruit
=
"banana"
index
=
string
.
find
(
"banana"
,
"a"
)
print
(
index
)
Back
|
FazBrowse Home
|
New Git URL