Multiple choice technology programming languages

Variable in python are by default ______

  1. public

  2. private

  3. global

  4. protected

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Python variables are public by default. Unlike languages like Java or C++, Python doesn't enforce access modifiers at the language level, relying on naming conventions instead.