Sandhya Kondmarekloudsan9.hashnode.dev·Aug 5, 2024How to Use Python's `if __name__ == '__main__':` in Your Code - A Beginner's GuidePython Function if __name__ == '__main__': - A Complete Guide for Beginners Python ek bahut hi powerful aur popular programming language hai. Agar aap Python seekh rahe hain, to aapne shayad if __name__ == '__main__': ye line dekhi hogi. Yeh line beg...DiscussPython
Bawender Yandrabawender.hashnode.dev·Aug 12, 2023The Scope of Kotlin: How to use the Kotlin scope operators correctlyThe Kotlin standard library comes with some of the inbuilt scope functions which can be used to execute a block of code within the context of a receiving object. But often times it's a little confusing to select a specific one since they all have a l...DiscussKotlin