Royce

796 posts

Royce

Royce

@Royce4Q2

شامل ہوئے Aralık 2022
100 فالونگ168 فالوورز
Royce
Royce@Royce4Q2·
@Python_Dv 2**(3**2) #3**2 = 9, 2**9 = 512. (2**3)**2 #2**3 = 8, 2**8 = 64. 2**3**2 # 3**2 = 9, 2**9 = 512 A) 512 64 512
1
0
0
102
Python Developer
Python Developer@PythonDvz·
🤔🚀 Comment your answers below! 👇
Python Developer tweet media
English
21
16
103
9.7K
Royce
Royce@Royce4Q2·
@IvankaNews_ Yes,taking pride in bad morals is unacceptable behaviour in the school and church environment.
English
0
0
0
8
Royce
Royce@Royce4Q2·
@IvankaNews_ Start with Chuck Schumer, John Fetterman and Angus King spicing the meal up with some chillie. Go girl enjoy.
English
0
0
3
35
Royce
Royce@Royce4Q2·
@elonmusk Calling Moonbase Alpha this is Starbase Earth, what's your update to the weather situation?😂🤣
English
0
0
4
25
DogeDesigner
DogeDesigner@cb_doge·
BREAKING: Elon Musk's SpaceX set to win $2 billion Pentagon Satellite Deal to develop satellites that can track missiles and aircraft under President Trump's Golden Dome project, as per WSJ. There is no official confirmation from @elonmusk and SpaceX yet.
English
453
666
3.5K
134.1K
Royce
Royce@Royce4Q2·
@IvankaNews_ No, investment into farming is a big benefit to the country. It's a win - win situation.
English
1
0
0
11
Charlie’s Voice Rising
Charlie’s Voice Rising@CharlieK_news·
🚨 BREAKING: New numbers show over 95% of Americans 🇺🇸 say they’re happy with what President Trump has accomplished since taking office. Are YOU one of them? If YES — drop a THUMBS-UP 👍 to show your support for 45!
Charlie’s Voice Rising tweet media
English
7.6K
1.7K
13.9K
195.6K
Royce
Royce@Royce4Q2·
@IvankaNews_ Fit to be the Presidential "Queen" of America.❤️
English
0
0
4
14
Royce
Royce@Royce4Q2·
@Python_Dv List = [1, 0, 2] a, b, c = List[::-1] print(List[b]) B) 1 # using List[::-1] reverses the list [2, 0, 1] print List[b] , b has the value 0 result List[0] is now 1
English
0
0
1
207
Royce
Royce@Royce4Q2·
@Python_Dv List1 = [10, 20, 30, 40, 50] List2 = [n%30 for n in List1] print(List2) D) [10, 20, 0, 10, 20] (the remainder of n divided by 30). # List1 = [10, 20, 30, 40, 50] List2 = [n%30 for n in List1] print(List2) D) [10, 20, 0, 10, 20]
English
0
0
4
223
Royce
Royce@Royce4Q2·
@Python_Dv List = ['python', 'developers'] result = [i for i in List if len(i)>6] print(*result) B) developers # developers meets the if len(i)>6 condition developers(10) so prints developers
English
1
0
3
344
Royce
Royce@Royce4Q2·
@Python_Dv class Test: def __init__(self, __id): self.__id = 101 test = Test(102) D) ERROR. When you define an attribute with double underscores(__id), python changes the name to _Test__id to avoid name clashes in subclasses so you get an error. print(test.__id)
English
2
0
2
352
Royce
Royce@Royce4Q2·
@IvankaNews_ Good vision for future relations.
English
0
1
8
79
Tesla Owners Silicon Valley
Tesla Owners Silicon Valley@teslaownersSV·
When brute force meets precision engineering 👀 > hot-staging + boostback > the hardest maneuver in rocketry, made routine.
English
11
43
301
23K