Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if choice == len(settings):
  2.  
  3. console_print(
  4. "\nEnter a few sentences that describe who you are and the setting of the story "
  5. )
  6. context = input("Context: ")
  7. context = context + " "
  8. console_print(
  9. "\nEnter a prompt that describes how your story starts out "
  10. )
  11. prompt = input("Prompt: ")
  12. return context, prompt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement