我是初学者python程序员,我正在试图弄清楚如何修改用户的输入。
y=raw_input("Enter the date in this format 'yyyy-mm-dd'") #user enters
x=y-2 #I know this isn't how you would do this just trying to show an example of
#what I am attempting.
我正在设置第二个变量x等于用户输入的任何日期减去2天。我稍后尝试在apscheduler中以日期时间格式传递第二个变量。有没有办法修改像这样的字符串?