Python Institute PCAP-31-03 Question Answer
Which of the equations are True? (Select two answers)
chr (ord (x)) = = x
ord (ord (x)) = = x
chr (chr (x)) = = x
ord (chr (x)) = = x
https://docs.python.org/3/library/functions.html#chr
https://docs.python.org/3/library/functions.html#ord
TESTED 28 Nov 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved