gpt4 book ai didi

python - VPython 时间测量。计算经过的秒数

转载 作者:行者123 更新时间:2023-11-28 22:00:45 31 4
gpt4 key购买 nike

我应该如何测量无限循环中经过的秒数?我正在使用 Vpython,在我的循环中我改变了一些元素的位置等。问题是我必须每 X 秒更改一次灯光(球体)的颜色,这一切都发生在无限循环中。

while True:
#some stuff
'here i have to count those seconds'
#some other stuff

最佳答案

您可以通过调用 time.time() 来确定耗时, 并取差。

i have to change color of lights(sphere) every X seconds

假设您上次更改颜色的时间是 T .继续调用time.time()在循环内部,当 time.time() - T 时再次更改颜色超过 X .

关于python - VPython 时间测量。计算经过的秒数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14242326/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com