Commit 064d20fa by BellCodeEditor

save project

parent e4b761fa
Showing with 8 additions and 8 deletions
input("x")
n=4
m=3
x("3,4,*")
print(****
****
****)
\ No newline at end of file
n=int(input("n"))
m=int(input("m"))
x=input('x')
for i in range(n):
for i in range(m):
print(x,end=' ')
print()
\ 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