You just need to put your👩🧑 name inside the quotations "" inside the parenthesis of the print function. And to print your age you just need to put the number🔢 inside of the print function. And then ...
Before we start remember this, you are a programmer👩‍💻, not a mathematician🧐🔢. Hello Pythonistas🙋‍♀️, welcome back. In the last post, we saw comments in Python. Don’t worry😨 if you are not yet ...
Create a variable to store the file object. Call the open() method with the file name and ‘w’ mode as arguments. Use the write() method on the variable to write anything. Close the file using the ...