HTMLify
Home
Log in
Register
Dashboard
Frames
API
Q43_Multiply_Strings.py
Views: 123 | Author:
djdj
def
multiply
(
self
,
num1
,
num2
):
num1
=
int
(
num1
)
num2
=
int
(
num2
)
a
=
num1
*
num2
return
str
(
a
)
Share this file:
Copy
Short Link
View Raw
Download File
(104 B)
Embed Code
Clone
Comments
Comment