Login
Remember
Register
Ask a Question
What is the output of the code shown below?
0
votes
asked
Jun 13, 2019
in
Python
by
Derya
What is the output of the code shown below?
'%.2f%s' % (1.2345, 99)
a. ‘1.234599’
b. 1.23, 99
c.‘1.2399’
d. ‘1.2345’, ‘99’
#python
-language
#python-programming
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...