namespace tag

2 questions


1 answers
113 views
0
What is the role of __all__ in Python?

I'm studying Python. In the _init__.py file,__all__ <- I keep looking at itWhat do you use this for?

2 years ago

1 answers
73 views
0
Why don't you use using namespace std?

Why don't you write using namespace std;?Like std::out, std::cin, std::cin, I don't know why.Is it inefficient? Or is it because the variables are at risk of blurring?Does it affect the performance of...

2 years ago

© 2024 OneMinuteCode. All rights reserved.