Escaping the Newline Character in Python string = "Welcome to datagy!\\nLearn Python and Data Science!" print(string) # Returns: # Welcome ...
確定! 回上一頁