+ 1
Pls how can I rectify this code I keep getting syntax error:invalid syntax on a date I want to print.
deltadate={}.format('2018,07,09)
3 Réponses
+ 3
In which language is this code?
+ 3
Try this:
deltadate = format("2018, 07, 09")
+ 1
The code is in python