1.

EXPLAIN ANY ONE STRING OPERATOR IN PYTHON WITH AN EXAMPLE

Answer»

ANSWER:

PRINT("HELLO World")

Explanation:

This "" is the symbol of string and the () USED to specify the string



Discussion

No Comment Found