Advertisement
Guest User

new

a guest
Aug 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. def funct():
  2.     print("helloworld")
  3.     a=2
  4.     b=3
  5.     c=b+a
  6.     print("a plus b is equal to", c)
  7.    
  8. funct()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement