Commit 5b61beb7 by BellCodeEditor

save project

parent 34605b4c
Showing with 14 additions and 0 deletions
#text="Hello World"
#for i in text:
# print(i)
'''
str1="bellcode"
print(str1[4:])
text=["p","y","t","h","o","n"]
z="".join(text)
'''
str1="ABCDEFGHIJKLM"
str2="NOPQRSTUVWXYZ"
Z=str1+str2
print(Z)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment