Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to run a string as a line of code in pytho

code = r"print('POV: You finally got the answer
Finallyyyyyyyyyyyyyyyyyyy!')"
exec(code)
 
PREVIOUS NEXT
Tagged: #run #string #line #code #pytho
ADD COMMENT
Topic
Name
5+7 =