View all questions & answers for the PCAP-31-03 exam
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
Submit