Post

@PythonPr In this c program:
syntax error: at 8:1, );n++;
^
~
What is this Added closing paranthesis doing here???
And what is this <conio.h> library???
English

@PythonPr Python is objectively better in this example, but I DO like n++ 🤣
English

@PythonPr python:
while True:
n = input("Enter a strictly positive integer: ")
if n > 0:
break
print("sorry (for what...???)"*n)
English








