当前位置:  开发笔记 > 编程语言 > 正文

如何用python脚本写引号

如何解决《如何用python脚本写引号》经验,为你挑选了1个好方法。

我想知道如何''使用脚本编写此内容python

因为我不知道如何使用python从脚本中编写代码 ''

这是我的代码:

from selenium import webdriver
import time
from random import *
import pyautogui as pg


time.sleep(2)
for i in range(1,510):
    pg.typewrite('')
    # here i want to type quotes in typewrite
在这里我想在typewrite中输入引号

我想用记事本在记事本中写引号,scriptwriting如果在abc或123中写一些字,那不是引号

谢谢!

是否有喜欢\n或喜欢的特殊字符?



1> 小智..:

您可以简单地使用双引号:

    pg.typewrite("''")

推荐阅读
臭小子
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有