MCQOPTIONS
Saved Bookmarks
| 1. |
print(chr(ord(chr(97))))23.Choose the correct option with reference to below Python code? |
| A. | x is the formal argument. |
| B. | a is the actual argument. |
| C. | fn(x) is the function signature. |
| D. | x is the actual argument. |
| Answer» E. | |