Skip to content

Instantly share code, notes, and snippets.

@adxrgh
Created April 18, 2019 04:01
Show Gist options
  • Save adxrgh/ddf01572f9a0e26cf6291fec5528b686 to your computer and use it in GitHub Desktop.
Save adxrgh/ddf01572f9a0e26cf6291fec5528b686 to your computer and use it in GitHub Desktop.
[列表删除元素时]#uestion
x = ['month',
'601800.SH',
'300011.SZ',
'300200.SZ',
'000920.SZ',
'600458.SH',
'600580.SH',
'600967.SH',
'300150.SZ',
'600495.SH',
'601186.SH',
'601766.SH',
'600528.SH',
'603111.SH',
'601002.SH',
'300351.SZ',
'000925.SZ',
'300185.SZ',
'300001.SZ',
'002296.SZ',
'002472.SZ',
'002122.SZ',
'000595.SZ',
'300213.SZ']
x.remove('month')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment