Examveda
Examveda

What will be the output of the following Python code?
'%x %d' %(255, 255)

A. 'ff, 255'

B. '255, 255'

C. '15f, 15f'

D. Error

Answer: Option A


This Question Belongs to Python Program >> Formatting And Decorators

Join The Discussion

Related Questions on Formatting and Decorators