Advertisement
lubattillah

quiz

May 11th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. question=input("Conversion of one data type into another is known as: ")
  2. if question=="casting":
  3. print("Correct")
  4. else:
  5. print("Incorrect")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement