Answer Posted / Lokesh Kumar
"Ruby and Python are both high-level, interpreted languages, but they have some differences. Ruby is more flexible with syntax, allowing for block notation (do...end) and symbolic method names. Python is generally considered more readable due to its use of whitespace for indentation, while Ruby uses end keywords. Python has dynamic typing by default, while Ruby has static typing (though it can be dynamic)."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers