This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
I like to add tweet = "@idoodler My CPU temperature is " + str(CPU_temp)to os.system("sudo twidge update \"tweet\"")(tweet は上記のツイート文字列です)。つぶやき文字列を os.system() コマンドに追加する方法を教えてください。