Skip to content
Snippets Groups Projects
Commit 38739bf8 authored by Chukwuemeka Michael Muonagor's avatar Chukwuemeka Michael Muonagor
Browse files

Delete tests.py

parent a37e60a1
No related branches found
No related tags found
No related merge requests found
# Python3 code to demonstrate
# Add substring at specific index
# using list slicing
# initializing string
test_string = 'GeeksGeeks'
# initializing add_string
add_string = "for"
# printing original string
print("The original string : " + test_string)
add_string = 'italo'
# printing add string
print("The add string : " + add_string)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment