Skip to content

cfiutak1/JavaPythonPrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaPythonPrint

Ever wanted to use print() in Java? Well now you can. Simply copy and paste the methods in Util.java into your class and boom! Welcome back to the modern age, where you only have to write 5 characters to print instead of 18. It's also conveniently formatted in Python-style Java, which includes PEP 8-compliant docstrings.

DISCLAIMER: This code only supports print() calls of up to 64 arguments. If you're using more arguments than that, read up on the Single Responsibility Principle and clean code!

About

Ever wanted to use print() in Java? Well now you can.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages