DEV Community

Cover image for Day 1: Data Types
SEAN
SEAN

Posted on • Edited on

1 2

Day 1: Data Types

The first day of code got underway well. Pythons datatypes are str(string), int(integer), float(float) and bool(boolean), however only three of those were being tested today.

This challenge tested my knowledge of inputs and outputs, of datatypes int, float and str. After inputting the data, the next part of the challenge was using the + operator to add the sum of the two integers together and the same with the float, and to concatenate both the string values.

Heres my code:

Alt Text

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

If you found this post useful, consider leaving a ❤️ or a nice comment!

Got it