Which of the following concerning the use of chr() and ord()
is/are correct?
Please choose All correct answer(s). Note: At least one of them
is correct.
Which of the following concerning the use of chr() and ord() is/are correct? Please choose All correct answer(s). Note: At least one of them is correct. ord('A') returns a value that belongs to the str type chr(ord('A')+1) returns 'B' chr(ord('A'+1)) returns 'B' chr('A') returns a value that belongs to the str type
Which of the following concerning the use of chr() and ord() is/are correct? Please choose All correct answer(s). Note:
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am