How can undo my codes...during codig..iam so lost anyone help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can undo my codes...during codig..iam so lost anyone help

like let's say I have done an arror in not adding the quotes >>>kim=input(type a number) syntax error:invalid syntax how can I delete such thing or undo it as I keep coding.

11th Apr 2017, 3:27 AM
developer kimegere
developer kimegere - avatar
3 Answers
+ 2
if CTR + Z not helping u will have fix it by ur self.
11th Apr 2017, 3:30 AM
Eranga
Eranga - avatar
+ 1
I think you don't need to delete it. This is explained in 1st part of this lesson: "Variables can be reassigned as many times as you want, in order to change their value." So in your case just type the following code kim=input("type a number") and you will be asked to enter a number, which then will be assigned to the variable "kim". To check if everything is fine , just type print (kim)
22nd Apr 2017, 8:30 PM
Yulia
0
What do you mean "delete"?
12th Apr 2017, 1:36 PM
Dion Niessen
Dion Niessen - avatar