Skip to content
Discussion options

You must be logged in to vote

Don't forget, this isn't an IOC interpreter, it's the standard Python shell. I did a quick google search, and it appears that sys.ps1 and sys.ps2 will do what you want:

$ python>>>importsys>>>sys.ps1='Well howdy there? 'Wellhowdythere? sys.ps2='... you have more for me? 'Wellhowdythere? (
... youhavemoreforme? )
()
Wellhowdythere? 

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected byRobatronic
Comment options

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@Robatronic@Araneidae
Converted from issue

This discussion was converted from issue #65 on December 13, 2021 08:42.