This website requires JavaScript.
Explore
Help
Register
Sign In
RyanMZ
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6712808f45
python
/
2024-6-9-1.py
4 lines
76 B
Python
Raw
Blame
History
string1
=
'
Good Morning PePig
'
print
(
string1
[
5
:
12
:
]
)
print
(
string1
[
:
-
6
:
-
1
]
)
Reference in New Issue
View Git Blame
Copy Permalink