raw_input tag

1 questions


1 answers
92 views
0
I wonder how to enter a string with a line in Python.

Python wants to receive string input via raw_input().However, the input string contains several lines.For example, the following is the example.string = raw_input(hex code : )Input string 01 | string1...


© 2024 OneMinuteCode. All rights reserved.