Advertisement
bacnguyenxgen

Untitled

Oct 18th, 2022
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. user = input("File  name:").strip().lower()
  2. if user.endswith(".gif"):
  3.     print("image/gif")
  4. elif user.endswith(".jpg"):
  5.     print("image/jpeg")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement