splutter
v . 咕哝;急语
咕哝;急语
splutter n 1 :
the noise of something spattering or sputtering explosively ; "
he heard a spatter of gunfire " [
synonym :
{
spatter }, {
spattering }, {
splatter }, {
splattering },
{
sputter }, {
splutter }, {
sputtering }]
2 :
an utterance (
of words )
with spitting sounds (
as in rage )
[
synonym : {
sputter }, {
splutter }]
v 1 :
utter with a spitting sound ,
as if in a rage [
synonym :
{
sputter }, {
splutter }]
2 :
spit up in an explosive manner [
synonym : {
splutter }, {
sputter },
{
spit out }]
Splutter \
Splut "
ter \ (
spl [
u ^]
t "
t [~
e ]
r ),
v .
i . [
imp . &
p .
p .
{
Spluttered } (-
t [~
e ]
rd );
p .
pr . &
vb .
n . {
Spluttering }.]
[
Prov .
E .
splutter ,
eqivalent to sputter .
Cf . {
Sputter }.]
To speak hastily and confusedly ;
to sputter . [
Colloq .]
--
Carleton .
[
1913 Webster ]
Splutter \
Splut "
ter \,
n .
A confused noise ,
as of hasty speaking . [
Colloq .]
[
1913 Webster ]
161 Moby Thesaurus words for "
splutter ":
assibilate ,
assibilation ,
barrage ,
beat ,
beat a ruffle ,
beat a tattoo ,
beating ,
bicker ,
blubber ,
bluff ,
bluster ,
bluster and bluff ,
blustering ,
boastfulness ,
bounce ,
brag ,
bravado ,
bully ,
bullying ,
bustle ,
buzz ,
dance ,
drone ,
drum ,
drum music ,
drumbeat ,
drumfire ,
drumming ,
effervesce ,
effervescence ,
effervescing ,
fanfaronade ,
fizz ,
fizzle ,
fizzling ,
flap ,
flick ,
flicker ,
flip ,
flit ,
flitter ,
flop ,
flurry ,
fluster ,
flutter ,
frication ,
frictional rustling ,
fuss ,
gabble ,
gasconade ,
gibber ,
go pitapat ,
gutter ,
hector ,
hectoring ,
hiss ,
hissing ,
hush ,
hushing ,
intimidate ,
intimidation ,
jabber ,
lisp ,
maunder ,
mouth ,
mumble ,
murmur ,
mutter ,
out -
herod Herod ,
palpitate ,
palpitation ,
paradiddle ,
patter ,
pitapat ,
pitter -
patter ,
pound ,
pounding ,
pulsate ,
pulsation ,
pulse ,
quiver ,
rage ,
rant ,
rat -
a -
tat ,
rat -
tat ,
rat -
tat -
tat ,
rataplan ,
rattattoo ,
rave ,
rhonchus ,
rip out ,
rodomontade ,
roister ,
roll ,
rollick ,
rub -
a -
dub ,
ruff ,
ruffle ,
shake ,
shush ,
shushing ,
sibilance ,
sibilate ,
sibilation ,
side ,
siffle ,
sigmatism ,
siss ,
sissing ,
sizz ,
sizzle ,
sizzling ,
slang ,
slat ,
sneeze ,
sneezing ,
sniff ,
sniffle ,
snore ,
snort ,
snuff ,
snuffle ,
sob ,
sound a tattoo ,
spatter ,
speak incoherently ,
spit ,
splatter ,
sputter ,
squash ,
squelch ,
squish ,
staccato ,
sternutation ,
stertor ,
storm ,
susurrate ,
swagger ,
swashbuckle ,
swashbucklery ,
swish ,
tat -
tat ,
tattoo ,
throb ,
throbbing ,
thrum ,
thump ,
thumping ,
tom -
tom ,
vapor ,
wave ,
waver ,
wheeze ,
whish ,
whisper ,
whistle ,
whistling ,
white noise ,
whiz ,
whoosh ,
zip
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
In Python, is there an elegant way to print a list in a custom format . . . 1 Take a look on pprint, The pprint module provides a capability to “pretty-print” arbitrary Python data structures in a form which can be used as input to the interpreter If the formatted structures include objects which are not fundamental Python types, the representation may not be loadable
Printing an int list in a single line python3 - Stack Overflow I'm new to python and I'm trying to scan multiple numbers separated by spaces (let's assume '1 2 3' as an example) in a single line and add it to a list of int
python - Print list of lists in separate lines - Stack Overflow I have a list of lists: a = [[1, 3, 4], [2, 5, 7]] I want the output in the following format: 1 3 4 2 5 7 I have tried it the following way , but the outputs are not in the desired way: for i i
python - How to print a list more nicely? - Stack Overflow This is similar to How to print a list in Python “nicely”, but I would like to print the list even more nicely -- without the brackets and apostrophes and commas, and even better in columns fooli
Print list without brackets in a single row - Stack Overflow 6 print (*names) this will work in python 3 if you want them to be printed out as space separated If you need comma or anything else in between go ahead with join () solution
Printing list elements on separate lines in Python Printing list elements on separate lines in Python Asked 14 years, 11 months ago Modified 2 years, 5 months ago Viewed 326k times
python - How do I reverse a list or loop over it backwards? - Stack . . . How do I iterate over a list in reverse in Python? See also: How can I get a reversed copy of a list (avoid a separate statement when chaining a method after reverse)?