Какой из ниже операторов при a = 3.687 и в = 20 выведет эти значения в следующем виде: _ _ _ _ _ _3.69_ _ _20 (здесь пробел обозначен _)
a)print f ("% 7.2f % 5d", a, в);
b)print f ("% 3.2f % 5d", a, в);
c)print f ("% 4.2f % 2d", a, в);
d)print f ("% .2f % 3d", a, в);
e)print f ("% 4.2d % 5d", a, в);
Объяснение:
No or not?
Grammar > Easily confused words > No or not?
из English Grammar Today
No and not are the two most common words we use to indicate negation. We use no before a noun phrase:
There’s no address on the envelope.
[parent to child]
No biscuits before dinner!
No decisions have been made.
We use not with any other phrase or clause:
It’s not often that you stop and think about the way you breathe.
Not suitable for children under 15.
Not surprisingly, it was a tense match but eventually the more experienced Australians won.
A:
Do you go cycling all year round?
B:
Not in the winter.