Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこれが本当に悪い説明であることを知っていますが、どうすればこれを機能させることができますか:
class Test1(): def test_p1(): print("This is part 1 of Test1") def Test2(): return test_p1()
前もって感謝します!