lundi 27 février 2017

Analogue of operand "pass" in Java

How to rewrite this code in Python:

if condition:
    do something
else:
   pass

Using Java? What is the analogue of "pass"?

Aucun commentaire:

Enregistrer un commentaire