The Wayback Machine - https://web.archive.org./web/20201208093508/https://github.com/topics/python?l=javascript
Skip to content
#

Python

python logo

Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

Here are 5,519 public repositories matching this topic...

BibekOli
BibekOli commented on Nov 26, 2020

Description

It is not removing spaces between switch and () to make it like this: switch() but it is not removing space, so it becomes switch ()

Input

The code looked like this before beautification:

switch (a) {
case 1:
alert(1);
break;
default:
console.log(1)
}

Expected Output

The code should have looked like this after beautification:

switch(a) {
 
perspective

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

language ruby
You can’t perform that action at this time.