Easily executing the assignment statements given in excersise 3 onto python. I then was able to insert the expression and the value of the expression, after the following step i recieved a result for each expression.
Source Code
Width = 17
height = 12.0
delimiter = ‘.’
1) width/2.0
=8.5
2) height/3
=4.0
3)1+2*5
=15
4)delimiter * 5
=’…..’
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.