At Westonci.ca, we connect you with experts who provide detailed answers to your most pressing questions. Start exploring now! Join our Q&A platform and get accurate answers to all your questions from professionals across multiple disciplines. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

The \t and \n are examples of one of Python's escape characters.

A. True
B. False


Sagot :

Answer:

A. true

Explanation:

Step 1: int fun(int); This is prototype of function fun().It tells the compiler that the function fun() accept one integer parameter and returns an integer value.. Step 2: int i=3; The variable i