Skip to content

Commit

Permalink
printing "__name__"
Browse files Browse the repository at this point in the history
  • Loading branch information
asra-naseem authored Sep 18, 2023
1 parent 8952f7b commit 751b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from control_strategy_C import control_strategy_C

#================================================
print("Line 39")
print("Line 39:");print(__name__)
if __name__ == '__main__':

#print
Expand Down

0 comments on commit 751b260

Please sign in to comment.