Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2019 11:47 AM
If you are on Python 3.6 or higher, you can even use f-strings:
query= f'SELECT * FROM dbsnp where rs_id={rs_id} where {key}="abc"'