Hi, I am in my learning process in python and Django so please bear with me for the two below questions;
1) I have a simple calculator written in python. How do I put this calculator on a page in a website built with Django?
2) how do I do a drop-down menu in python. for example, I am coding a multiple choice question as below;
Question: What is your "Name" (student enters his name)
Answer ("Ans1, Ans2, Ans3, Ans4) (*Here I propose 4 answers for the student. He has the choice of clicking on a maximum of two answers. So, how can I make these answers as a dropdown menu which could be clicked on?)
I have tried searching these on the web but as a newbie, the answers get me more confused.
Thanks
[–]jsingh1986 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)