Changes

Jump to: navigation, search

OPS435 Python Lab 3

128 bytes added, 08:33, 31 May 2017
PART 1 - Using Functions
TypeError: Can't convert 'int' object to str implicitly
</source>
:#If a number needs to be combined with a string , use the str() predefined function that was discussed in a previous lab in order to convert the returned string into a number to be the one of the following syntax below.<source>
number = return_number_value()
print('my number is ', number)
13,420
edits

Navigation menu