-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Basic #431
Comments
Anyone with knowledge of reversed(range()) for for loop? |
|
for i in range(8, 0, -1): |
for i in reversed(range(0,5,1)): |
In Python, the range() function generates a sequence of numbers. When combined with the reversed() function, it reverses the order of the numbers generated by range(). Here's an example: |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
您好,攀枝花市文广旅局人事科已收到你的邮件!
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
No description provided.
The text was updated successfully, but these errors were encountered: