I have some trouble about file operation #25
-
Beta Was this translation helpful? Give feedback.
Answered by
exodrifter
Apr 7, 2020
Replies: 2 comments
-
The code you passed to The equivalent Python 2 syntax is: with open('Test1.txt', 'a') as test:
test.write('Test1') |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
exodrifter
-
It's helpful. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code you passed to
CreateScriptSourceFromString
is valid Python 3 syntax, but this plugin only supports Python 2 syntax.The equivalent Python 2 syntax is: