Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Table molecule
hpareek
Jun 7th, 2017
84
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
import
sqlite3
conn
=
sqlite3.
connect
(
'RAMAN.db'
)
c
=
conn.
cursor
(
)
c.
execute
(
"CREATE table MOLECULE(MOLECULE NUMBER INT, FORMULA TEXT)"
)
conn.
commit
(
)
conn.
close
(
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
oblivion remastered - QoL script for the no...
Autohotkey | 9 min ago | 0.87 KB
NN
Lua | 23 min ago | 3.61 KB
2025-06-18T22:47:38.472410
PHP | 32 min ago | 1.05 KB
sqliteCRUD.cpp
C++ | 51 min ago | 3.40 KB
Untitled
PostgreSQL | 58 min ago | 0.62 KB
countdown
PHP | 1 hour ago | 2.20 KB
Untitled
JavaScript | 2 hours ago | 0.26 KB
dataNone
JSON | 3 hours ago | 0.64 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!