Skip to content

Instantly share code, notes, and snippets.

@codeperfectplus
Last active August 29, 2023 11:54
Show Gist options
  • Select an option

  • Save codeperfectplus/1dcc2c085027e84737bcef1883a1da2c to your computer and use it in GitHub Desktop.

Select an option

Save codeperfectplus/1dcc2c085027e84737bcef1883a1da2c to your computer and use it in GitHub Desktop.
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