Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Saturday, 12 November 2016
If Statement in Python
print("Enter your age")
age=int(raw_input())
if age>18:
print("\nEligible for vote")
else:
print("\nNot Eligible for vote")
Download PDF
Next Topic
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment