Computer Science, asked by mlprrdharmendrayadav, 8 months ago


FILL IN THE BLANKS .
1. ......command is used to print the output on the screen.
2. By using .......... in a print statment the item are printed without any spaces between them.
3. TAB statement prints...........type of result
4. ............ is a optional keyword

Answers

Answered by anjoosingh505
10

Answer:

1. print command is used to print the output on the screen

Answered by vinod04jangid
0

Answer:

1. print

2. { }

3.  tabular

4. Elements within a sequence

Explanation:

The print() characteristic prints the required message to the screen, or different general output device.

The message may be a string, or every other item, the item could be transformed right into a string earlier than written to the screen.

Though it isn't essential to byskip arguments withinside the print() feature, it calls for an empty parenthesis on the stop that tells python to execute the feature alternatively calling it with the aid of using name. Now, let’s discover the elective arguments that may be used with the print() feature.

String Literals

String literals in python’s print assertion are generally used to layout or layout how a particular string seems whilst revealed the use of the print() feature.

n : This string literal is used to feature a brand new clean line even as printing a assertion.

“” : An empty quote (“”) is used to print an empty line.

#spj3

Similar questions