Declaring a variable
Results
madhut@SALES008-1 C:\Learning\python
> python Hello.py
Hello World 12 False
Maruthi
car = "Maruthi" print 'Hello World', 5+7, 6>9 print car
Results
madhut@SALES008-1 C:\Learning\python
> python Hello.py
Hello World 12 False
Maruthi
print 'Hello the sum of %d and %d is %d'%(2,3, 2+3)
No comments:
Post a Comment