Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the output of the code shown below?
Home
Python
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
...