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
Read the Following program:
Home
Python
Read the Following program:
+1
vote
asked
Jan 19, 2021
in
Python
by
SakshiSharma
Read the Following program:
def example(a):
aa = a + '1'
aa = a*1
return a
>>>example("javatpoint")
What will be the output of this statement?
i) hello2hello2
ii) hello2
iii) Cannot perform mathematical operation on strings
iv) indentationError
#python-output
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...