Commit 35d38317 by BellCodeEditor

auto save

parent af33336b
Showing with 10 additions and 4 deletions
a=input('')
if a[0].isupper():
print(a.upper())
elif a[0].islower():
print(a.lower())
else:
print(a)
\ No newline at end of file
asa='sbb'
\ 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