Maxwell
10/26/2019 - 8:55 PM

Convert Datatype

stringVar = "Hello, World!"
intVar = 69

outputVar = stringVar + str(intVar)

intVar = float(intVar)