Python Viva Questions
Python Viva Questions
5. Write the syntax of a while loop. How is it different from a for loop?
8. Explain how lists work in Python. How do you add, remove and access elements?
10. How would you calculate mean, variance and standard deviation from a list of numbers?
11. What are string manipulation functions in Python? Name a few with examples.
14. How can you retrieve lines from a file that match a particular pattern?
17. How do you read, write and append to a text file in Python?
18. How can you identify misspelled words in a text file using Python?
19. What is the use of 'with open() as' syntax in file handling?