mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-11-16 01:07:26 +00:00
commit
7b6bd96f1c
@ -792,6 +792,12 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
|
||||
|
||||
# Q
|
||||
|
||||
### Quang Vũ Nhật
|
||||
- I'm an Information Security Engineer.
|
||||
- I'm a back end programmer.
|
||||
- My current programming language is Python.
|
||||
- [![github-alt][github-img]](https://github.com/b3g00d)
|
||||
|
||||
# R
|
||||
|
||||
### Raahel Baig
|
||||
|
14
code/b3g00d.py
Normal file
14
code/b3g00d.py
Normal file
@ -0,0 +1,14 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
vn_greeting = u"Xin chào!"
|
||||
en_greeting = "Hello!"
|
||||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
print((">>> print(meaning(\"{}\") == meaning(\"{}\"))").format(
|
||||
vn_greeting, en_greeting))
|
||||
except Exception:
|
||||
print((">>> print(meaning(\"{}\") == meaning(\"{}\"))").format(
|
||||
vn_greeting.encode("utf-8"), en_greeting))
|
||||
|
||||
print(True)
|
Loading…
Reference in New Issue
Block a user