假设数组a中有10个整型数据,循环左移5次,即第一个元素移至尾部,显示每次移动后的结果。
时间: 2023-05-16 10:05:22 浏览: 91
Sure, here's the code to achieve this:
```python
a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
for i in range(5):
first = a[0]
a = a[1:]
a.append(first)
print(a)
```
This will output the following:
```
[2, 3, 4, 5, 6, 7, 8, 9, 10, 1]
[3, 4, 5, 6, 7, 8, 9, 10, 1, 2]
[4, 5, 6, 7, 8, 9, 10, 1, 2, 3]
[5, 6, 7, 8, 9, 10, 1, 2, 3, 4]
[6, 7, 8, 9, 10, 1, 2, 3, 4, 5]
```
Hope that helps!
相关问题
c语言中假设数组a中有10个整型数据,循环左移5次,即第一个元素移至尾部,显示每次移动后的结果。
以下是C语言代码:
```c
#include <stdio.h>
int main() {
int a[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
int i, j, temp;
for (i = 0; i < 5; i++) {
temp = a[0];
for (j = 0; j < 9; j++) {
a[j] = a[j + 1];
}
a[9] = temp;
printf("第%d次移动后的结果:", i + 1);
for (j = 0; j < 10; j++) {
printf("%d ", a[j]);
}
printf("\n");
}
return 0;
}
```
输出结果:
```
第1次移动后的结果:2 3 4 5 6 7 8 9 10 1
第2次移动后的结果:3 4 5 6 7 8 9 10 1 2
第3次移动后的结果:4 5 6 7 8 9 10 1 2 3
第4次移动后的结果:5 6 7 8 9 10 1 2 3 4
第5次移动后的结果:6 7 8 9 10 1 2 3 4 5
```
c语音中假设数组a中有10个整型数据,循环左移5次,即第一个元素移至尾部,显示每次移动后的结果。
以下是代码实现:
```c
#include <stdio.h>
int main() {
int a[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
int i, j, temp;
for (i = 0; i < 5; i++) {
temp = a[0];
for (j = 0; j < 9; j++) {
a[j] = a[j + 1];
}
a[9] = temp;
printf("第%d次移动后的结果:", i + 1);
for (j = 0; j < 10; j++) {
printf("%d ", a[j]);
}
printf("\n");
}
return 0;
}
```
输出结果如下:
```
第1次移动后的结果:2 3 4 5 6 7 8 9 10 1
第2次移动后的结果:3 4 5 6 7 8 9 10 1 2
第3次移动后的结果:4 5 6 7 8 9 10 1 2 3
第4次移动后的结果:5 6 7 8 9 10 1 2 3 4
第5次移动后的结果:6 7 8 9 10 1 2 3 4 5
```
阅读全文