Commit 5c60dcd3 authored by Gaurav Kukreja's avatar Gaurav Kukreja

New cGrammar.py working for assignment operations

Signed-off-by: Gaurav Kukreja's avatarGaurav Kukreja <gaurav@gauravk.in>
parent bafc2b5a
This diff is collapsed.
This diff is collapsed.
import sys
if __name__ == "__main__":
fileName = "./abc.txt"
file = open(fileName, "w")
str = "Hello\nWorld!"
file.write(str)
file.close()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment