1,760
edits
Changes
Created page with "= A1 Usage Report Template = Please note that the following listing contains some actual python codes, but mostly are pseudo code. <source> #!/usr/bin/env python3 # # authorsh..."
= A1 Usage Report Template =
Please note that the following listing contains some actual python codes, but mostly are pseudo code.
<presource>
#!/usr/bin/env python3
#
print('Thank you for using this Python program.')
</presource>