Commit ad662286 by BellCodeEditor

save project

parent a7d53dcd
Showing with 12 additions and 0 deletions
a=input().split(',')
num=0
a_num=0
a_list=[]
for i in range(len(a)):
num=ord(a[i])
num-=32
a_num=chr(num)
a_list.append(a_num)
c=','.join(a_list)
print(c)
\ 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