0
I'm getting an error as "expected an intended block"
after the "while True: print*(" enter your choice ") at the * mark the pointer is placed as an error "expected an intended block " * mark is not the part of prog I used to show the pointer is blinking at that point when I compile.........
4 Respostas
+ 2
you have to make indentation after while
while (x>0):
print("this is indentation");
x++;
y=x+1;
print("this ends now");
+ 1
pointer doesn't mean anything.
were there spaces before print()? like so:
while True:
print("smth")
0
? 😡
0
okay.....👍