Python del Statement

2021 VietMX 1

In this tutorial, you will learn to use the del keyword with the help of examples. The Python del keyword is used to delete objects. Its syntax […]

Python pass statement

2021 VietMX 0

In this article, you’ll learn about pass statement. It is used as a placeholder for future implementation of functions, loops, etc. 1. What is pass […]

Java Switch Statement

2021 VietMX 0

1. Overview In this tutorial, we’ll learn what the switch statement is and how to use it. The switch statement allows us to replace several nested if-else constructs and thus improve […]