matthieu
Followers: 0 Following: 0
Feeds
提问
how do i get the the fifth and fourth number form behind?
Hello everybody. I would like to know how to extract the fifth and fourth number form behind? if x = [2361273621, 2937812378, 2...
2 years 前 | 2 个回答 | 0
2
个回答提问
How to extract a part of a number?
Hello everybody. I would like to know how to extract Part of a number Example a = [112233445566778899; 223344556677889911; 33...
2 years 前 | 0 个回答 | 0
0
个回答提问
How to get a part of a number
x = [112233445566778899, 223344556677889911, 334455667788991122] The output should be [33, 44, 55]
2 years 前 | 0 个回答 | 0
0
个回答1
个回答提问
How do i filter numbers ending in 3
I have a bunch of numbers x=[234 352 298 213 365 321 293 213], I want to know how to filter number ending in 3. The output shoul...
2 years 前 | 0 个回答 | 0
0
个回答提问
How do i count numbers ending in 3
I have a bunch of numbers x=[234 352 298 213 365 321 293 213], Iwant to know how to count number ending in 3. The output should ...
2 years 前 | 3 个回答 | 0