Generation

generate functionThu, 02 Feb 2023

File handling

++ File f = open("python", w) //this will create a file named python in the directory where the code is executed f.write("Python is awesome") f.close()

Want to kickstart your project?Use the new AI Studio to create your code