Skip to content

Commit 89f258a

Browse files
authored
Update 7.-input-and-output.md
1 parent b374b5a commit 89f258a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7.-input-and-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Ví trí và tên tham số có thể được kết hợp tùy ý:>>>
118118
The story of Bill, Manfred, and Georg.
119119
```
120120

121-
`'!a'` \(áp dụng [`ascii()`](https://docs.python.org/3/library/functions.html#ascii)\), `'!s'` \(áp dụng [`str()`](https://docs.python.org/3/library/stdtypes.html#str)\)`'!r'` \(áp dụng [`repr()`](https://docs.python.org/3/library/functions.html#repr)\) để chuyển đổi giá trị trước khi giá trị được định dạng:>>>
121+
`'!a'` \(áp dụng hàm [`ascii()`](https://docs.python.org/3/library/functions.html#ascii)\), `'!s'` \(áp dụng hàm [`str()`](https://docs.python.org/3/library/stdtypes.html#str)\)`'!r'` \(áp dụng hàm [`repr()`](https://docs.python.org/3/library/functions.html#repr)\) để chuyển đổi giá trị trước khi trước khi in:>>>
122122

123123
```text
124124
>>> contents = 'eels'

0 commit comments

Comments
 (0)