Advertisement
KodingKid

Short Python Customisable Story

Apr 24th, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.34 KB | None | 0 0
  1. your_name = input("Please type in your name (or your character's name).")
  2. other_name = input("Please type in the second character's name.")
  3. print("This is a short story because I can't be bothered writing one for"  + your_name ". Write one yourself.")
  4. print("It was a cold night when" + your_name "shot" + other_name "for the lulz. The end!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement