You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
p7qethwsp 630e2c126f
Update README.md
3 years ago
README.md Update README.md 3 years ago

README.md

zm=input("输入:") if 97<=ord(zm)<=122: d=zm.upper() print(d) else: x = zm.lower() print(x)