python while statement

#while usage

x=int(raw_input(‘input a number:‘));

s=0;

while(x<=100):

   x=x+1;

   s=s+x;

   print ‘hello world!‘;

print s;

#python 刷阅读次数

import webbrowser as web

import time

import os

import random

url=raw_input(‘please input url address:‘);

count=random.randint(2,4);

j=0;

print count;

while j<count:

   i=0;

   while i<10:

       web.open_new_tab(url);

       i=i+1;

       time.sleep(1);

   else:

      os.system(‘taskkill /f /im chrome.exe‘);

      print j,‘time closing browser!‘

   j=j+1;


python while statement,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。