Hello everyone!
I was trying to translate a simple Python code to C# that I’ve noticed about the absence of
for (…)
(Empty space indented with a tab because it’s in a for loop) if(…)
else ((First of the line leveled with for) )
block in C#! I think this code only works for Python.
So I’m so curious to know how we can translate it to C#?
Can’t wait to learn from you guys.
Mehrzad