Computer Science, asked by Narmadaneenu, 11 months ago

Help
stri + str2 - Helloworld
stri. 3 - HelloHelloHello. write the program for the result​

Answers

Answered by Anonymous
3

\large{\red{\sf{Hey\:There!!!}}}

1]

stri='Hello'

str2='world'

print(stri+str2)

Output- Helloworld

2]

stri='Hello'

print(3*stri)

Output- HelloHelloHello

\large{\red{\sf{Brainliest!!!}}}

Attachments:
Similar questions