mhrohani1385 / periodic-table-quiz

A command line quiz application for 50 main elements of periodic table , for better learning !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Periodic table main elements quiz

A command line quiz program for 50 main elements of periodic table , for better learning !

How to use :

Z : Element symbol

For example :

1 : H
2 : He
3 : Li

You can use "quit" as answer of a question to exit program.

Run

Click to run online in browser !

Or run this command with bash terminal ( python3 and wget is required )

(wget https://github.com/mhrohani1385/periodic-table-quiz/raw/master/app.py -O periodic-table-quiz.py -q) && (python3 periodic-table-quiz.py ; rm -f periodic-table-quiz.py)

About

A command line quiz application for 50 main elements of periodic table , for better learning !


Languages

Language:Python 100.0%