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()

Questions about programming?Chat with your personal AI assistant