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:
Top comments (0)