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
While loop in Python
count=1
while count <= 5:
print count
count += 1 # This is the same as count = count + 1
Download PDF
Next Topic
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment