RgTheGreat.github.io
Amazing coding ideas, projects, news and HowTo!
welcome to rgthegreat.github.io (blog)
here are some things you can create using python
py term
## here is the code, it know real python commands and calculation»>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while 1: | |
x = input("py-term_Snow12 >>> ") | |
if x == 'out': | |
break | |
try: | |
y = eval(x) | |
if y: print(y) | |
except: | |
try: | |
exec(x) | |
except Exception as e: | |
print("Syntax or spelling error :", e) |
Simple login system using html and php
create a real html and php form, but it can’t store data you need SQL for that!
first write a simple form using html »>
And the code ofcourse »
HTML
https://rgthegreat.github.io/index.md
PHP
https://rgthegreat.github.io/index_php.md