Skip to content

added some better questions :) #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from Apr 6, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove questions not code-related
questions were mickey mouse
  • Loading branch information
VickiLanger authored Apr 6, 2020
commit 34d96f04c797fce2260092d03f7097cdae7229df
2 changes: 0 additions & 2 deletions questions_pop_culture.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
'In "Silicon Valley" Season 3 Episode 1, what language is being used?\n@SiliconHBO', # https://www.reddit.com/r/SiliconValleyHBO/comments/4gbra7/i_got_the_silicon_valley_s03e01_code_to_compile/)
'What day is celebrated as Programmer\'s day? Why?\n#ProgrammersDay', #
'🐠In Mr. Robot, what is the name of Elliot\'s betta fish? @whoismrrobot #MrRobot', # Qwerty
'Who was the first Disney Princess? @DisneyStudios' #Disney
'Who created Mickey Mouse? @DisneyStudios #Disney' #Disney #MickeyMouse
'Why is Hacktoberfest done only once in a year? @Hacktoberfest #Hacktoberfest2020'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great question. Remember to follow the example in issue #5

'question goes here',  # short answer goes here, add a link if it's not a short answer

And the below to keep in line with Python syntax

  • Each question should be in its own line
  • Surrounded by single quotes (')
  • Keep the trailing comma

# 'something... \n\n@HaltAMC #HaltandCatchFire', #
# 'something... \n\n@ZoeysPlaylist #ZoeysPlaylist', #
Expand Down