How can we make forms in python?



How can we make forms in python?..

Answer / Ranjan Kumar Murmu

In Python, you can create forms using various libraries such as Django for web applications or Tkinter for desktop applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is used to create unicode strings in Python?

1 Answers  


How do you show hello world in python?

1 Answers  


How do I create a variable number of variables?

1 Answers  


What is a repl in python?

1 Answers  


Write a program to read and write the binary data using python?

1 Answers  


What is enumerate python?

1 Answers  


How to convert a list into a tuple?

1 Answers  


How can files be deleted in python?

1 Answers  


Is python call by reference or value?

1 Answers  


explain the filter() function?

1 Answers  


Why do we need to overload operators?

1 Answers  


Does python have do-while loop statements?

1 Answers  


Categories