Aim: Build a program to practice for behavioral interview questions.
Advantages:
- The Flow creator: One Problem at a time and Refresh for the next. Provides the Flow.
- A 'Quizlet' that remembers: Stores all the answers related to the same question in a single file. Convenient to witness your growth in answering these questions!
- More possibility: Attach other question pools to it, you can get your own generator (e.g. Random Lunch Genrator).
Requirement:
- Python3
- Modules:
import PyPDF2
import re
import random
from random import randint
from datetime import datetime
import string
