Solution Exercises 66: algorithm python that ask user to type his personnal informations and save it in a txt file
Exercise 66 Write an algorithm in python which asks the user to type his name, his age, his email and creates a file named personal_informations.txt containing all the information entered.…