[[書き比べスクリプト・リファレンス]] * Python Pythonで sleep()を使うには、timeモジュールが必要。 import tme time.sleep( 秒 ) * Ruby Rubyの場合、特に import 無しで使える。 sleep( 秒数 )