Examveda

What is the output of the code: print("{:<10}".format("hello"))?

A. "hello"

B. "hello "

C. "hell"

D. "hello "

Answer: Option A


This Question Belongs to Python Program >> Formatting And Decorators

Join The Discussion

Related Questions on Formatting and Decorators