python 怎么,不至延迟功能于TouchDesigner

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 怎么,不至延迟功能于TouchDesigner相关的知识,希望对你有一定的参考价值。

import time

# it may be tempting to do this, but
# this is not the correct way to delay
# an operation in Python inside of 
# TouchDesigner

time.sleep(1)
print("oh, hello there")

以上是关于python 怎么,不至延迟功能于TouchDesigner的主要内容,如果未能解决你的问题,请参考以下文章

怎么利用Python做一个即时通信软件呢,类似于QQ,能实现基本的聊天和文件传输功能?

开启游戏提示丢失vcruntime140.dll怎么办

Python,与 joblib 并行化:延迟多个参数

python开发怎么样

python geohash怎么安装

如何在Python中进行时间延迟[重复]