In programming they know it as a String which is a sequence of characters that are composed of literal constants or some kind of variables. A sting is any finite sequence of characters. every single string has its own lenght and this is one of the most important characteristics of them. Strings are essential to communicate information from the program to the user.
Answer:
A single pair of three consecutive double quotation marks.
Explanation:
In Python, a multi-line string can be created by enclosing it in three double quotation marks. For example:
string = """This is a Python multi-line string
This is used to print string in multiple lines
This uses three consecutive quotation marks"""
print(string)
Output:
This is a Python multi-line string
This is used to print string in multiple lines
This uses three consecutive quotation marks
In addition to using three double quotation marks, \n and brackets ( ) are also used to create multi-line string in Python.
Answer:
file is the common storage unit in a computer, and all programs and data are "written" into a file and "read" from a file. A folder holds one or more files, and a folder can be empty until it is filled. A folder can also contain other folders, and there can be many levels of folders within folders.
a subfolder is an organizational folder on a computer that is located within another folder
Explanation:
sorry i dont know all
The fourth choice is correct.