Skip to content

Instantly share code, notes, and snippets.

@billwestfall
Created July 10, 2019 19:37
Show Gist options
  • Save billwestfall/b32ee1be614bafa395b58fa2763cd280 to your computer and use it in GitHub Desktop.
Save billwestfall/b32ee1be614bafa395b58fa2763cd280 to your computer and use it in GitHub Desktop.
Wolfram print input as string
x=Input["Please enter the card you drew (in quotes): ",{}];ToString[x]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment