Python#Timer

time モジュールのsleepを使って1秒のDelayを作ります。

from time import sleep as timer
while True:
 print('data starting to count...')
 timer(1)
 print('1 seconds...')

それじゃねー

Footer_Basic

Please Support some devices for my blog

Amazon Gift List

Find ME

Twitter:@3threes2
Email:soup01threes*gmail.com (* to @)
YoutubeChannel:https://www.youtube.com/channel/UCQ3CHGAIXZAbeOC_9mjQiWQ

シェアする

  • このエントリーをはてなブックマークに追加

フォローする