Last active
August 29, 2023 11:54
-
-
Save codeperfectplus/1dcc2c085027e84737bcef1883a1da2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| i2 = int(input()) | |
| d2 = float(input()) | |
| s2 = input() | |
| print(i + i2) | |
| print(d + d2) | |
| print(s + s2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment