Difference between revisions of "Python Code"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Tags: Visual edit: Switched Reverted  | 
				Tag: Manual revert  | 
				||
| Line 4: | Line 4: | ||
<code>python3 -m http.server</code>  | <code>python3 -m http.server</code>  | ||
Latest revision as of 16:14, 29 January 2022
This page contains practical examples of Python 2 and 3 code.
To start a webserver run the command below:
python3 -m http.server