Question: Question 2 To display a variable x in hexidecimal, you would use a O print('{ :f}.format(x)) Oprint(x) O print({:x}format(x)) O print({:d}format(x))
Question 2 To display a variable x in hexidecimal, you would use a O print('{ :f}.format(x)) Oprint(x) O print("{:x}"format(x)) O print("{:d}"format(x))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
