Commit cd8a92ce by BellCodeEditor

save project

parent 25eff086
Showing with 1647 additions and 7 deletions
i = 5
j = 3
for j in range(1,10):
for j in range(1i+1):
print(j,"*",i,"=",(j*i) ,end=(" "))
print()
\ No newline at end of file
import random
a="h,;lhtrettreht"
b=input()
c=list(a)
print(c)
d=random.randint(0,len(a))
print(d)
c.insert(d,b)
print(c)
d="".join(c)
print(d)
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