by Max Barry

Latest Forum Topics

Advertisement

Search

Search

[+] Advanced...

Author:

Region:

Sort:

«12. . .29,16329,16429,16529,16629,16729,16829,169. . .44,62144,622»

Turkey bird empire

How do you know, how strong your Weapons and Vehicles are?

True Europa State is ranked 210,254th in the world and 5,236th in the Pacific for Most Politically Free, scoring 16 on the Diebold Election Inking Scale.

Welldoing is ranked 176,163rd in the world and 4,533rd in the Pacific for Most Politically Free, scoring 38.1 on the Diebold Election Inking Scale.

Kruzaki wrote:nation=kruzaki/detail=trend?censusid=42
Compliance is mandatory.

Crime is illegal

Novoblupolia wrote:Crime is illegal

I was about to say 'Why would you make crime illegal', but then my brain woke up and realized

Hi ppl!

Novoblupolia wrote:Crime is illegal

Same. Thanks to law enforcement and many crime-stopping laws, it is usually rare.

-------------------------------------
A daily look at the daily stats:
Random Country 453632 is ranked 165,664th in the world and 4,310th in the Pacific for Most Politically Free, scoring 44 on the Diebold Election Inking Scale.

Haven and Sanctuary is ranked 102,201st in the world and 3,325th in the Pacific for Most Politically Free, scoring 64.86 on the Diebold Election Inking Scale.

I have to refine my balancing act to make this better.

I have written a bit.

Inside the Capital City of the nation the Royal Residence laid, it was almost in the Centre of the City but everything revolved around it and the City Square which laid in front of it. Most of the Time the City was busy and alive, but not now, now the City was quiet, everything closed, the most you could see was Families going on a stroll in the Streets, the Day was a Sunday and the time was 11:35. While the City was quiet, their People weren't, but now they weren't loud outside just loud in the Privacy of their Homes. If someone walked by a House someone could hear a TV, some Jazz and other Types of Music, or even an Argument, with almost everyone being home the Police only walked around in hopes to see something unusual but they weren't patrolling the Streets in their usual manner. Inside the Royal Residence, there wasn't such a thing as a Free day since the Grand Duke had to speak with members of the Parliament almost every day, but not today, today was special as he needed to speak to the Premier Electorate, who at the time is Zubert Kellinger. Famous in the Nation for being not only the Premier Electorate but for being a controversial one too since he was elected as the Government was corrupt and because of this, his rise to power is shrouded in Mystery. Not only that, but he was also famous for his dislike of the Royal Families and that he tried to arrange a Democracy that would be more of a Dictatorship with extra steps to give an illusion of a Democracy, and now he spoke with the Grand Duke!

The Premier Electorate said "Well, you see, the people need a pure Democracy, and you are a brick in the Way of my Progress to get the People into the Government-", "Wowowo, you just wait a minute, "Direct Democracy" from you?", he did the apostrophe Gesture with his hands and then started to laugh, "Are you Serious? I mean you were put in power after you gave [i]some promises to the Electorates, I don't know which, but I know you haven't done them just yet, I asked them. Also, the People already Vote, they choose the Guild Master, an Electorate, AND the Representatives of them. Also, I am not a Brick in the way because I am not an Absolute Monarch, I am more of a Cultural Figurehead and also-", "Shut!" said Zubert while Daniel looked offended, Zubert continued, "You are going to be deposed, I have made safety Measures so that nothing can stop me, first of all, I deactivated the Panic Button because I cut the Cables 5 Days ago," he said this because he noticed that Daniel tried to press the Panic Button, "but now, you can choose, the easy or the hard way.", now from outside the Window Footsteps and Whistles could be heard, and Daniel became more worried but replied, "I choose not to step down.". This surprised the Premier Electorate who did a clicking sound and the Minister of Armament came unnoticed in with a Wooden Stick, he then proceeded to hit the Head of Daniel with it, but Daniel only turned around with his chair emitting a squeaking Noise and replied to this action with "Well now that is just rude, you didn't even ask. I mean I know you already for 5 Years and because of that I will go unconscious just for you.", he proceeded to collapse like a ragdoll from an online game, which understandably confused both of them.[/i]

In the "Stollberger Landsgerichthof" on the third floor laid the Official Office of the CPU, after the whistles were heard, the 7 Oberhauptmänner tried to look out of the 3 Windows but 1 couldn't because the others wouldn't let him. "Let me see what happens outside!" said the Oberhaupt. Nr.5 Dep.5, but the Oberhaupt. Nr.3 Dep.3 replied "No you have the smallest Department and you are the smallest in here" to which Nr.5 replied "I am the 3rd biggest in this room, and tell me what is happening out there!", Nr. 7 intervened in the progress of countering Nr.3 by saying "It appears that there are either Revolutionaries or Soldiers, I say that because they don't have the National Uniforms, not the visible Soldiers Uniforms and not the Main Militaries either.", the six Oberhauptmänner which looked as these Revolutionaries have started to go into formation and as they have restricted the Area for Civilians. Meanwhile, the Police has started to go around the smaller Streets on the outskirts of the City but some started to near the City Square again which alarmed these Soldiers which saw the Movement of the Police with the Radar given to them by Zubert so they started to move into the Building as to not start a Violent Conflict as of now. After 15 Minutes everyone of them had successfully hidden in the "Ratskeller" and the first of the unalarmed Police had strolled into the Market Place looked around and then left in the direction of the Herrenstreet to restart his Patrol.

Kathol rift

hentai is real here

Argentina 4 wrote:hentai is real here

No
Xoriet
Jar Wattinree

Me a week ago: Making a calculator on Python is the most I can do, because its fairly simple, so its easy to do

Me now:

from tkinter import *
import tkinter as TK
import turtle as tr
from tkinter.ttk import *
from time import strftime
import time

def helloCallBack():
TK.messagebox.showinfo( "This is my Clock!", str(strftime('%H:%M:%S %p')))

def window():
root = TK.Tk()
root.geometry('650x400')
root.title("Time Button")
b1 = TK.Button(root, text = "Click to see the Time!", command = helloCallBack)
b1.place(x=100, y=50)

def time():
string = strftime('%H:%M:%S %p')
lbl.config(text = string)
lbl.after(1000, time)

# Styling the label widget so that clock
# will look more attractive
lbl = Label(root, font = ('calibri', 40, 'bold'),
background = 'purple',
foreground = 'white')

# Placing clock at the centre
# of the tkinter window
lbl.pack(anchor = 'center')
time()

mainloop()

True Europa State wrote:Me a week ago: Making a calculator on Python is the most I can do, because its fairly simple, so its easy to do

Me now:

from tkinter import *
import tkinter as TK
import turtle as tr
from tkinter.ttk import *
from time import strftime
import time

def helloCallBack():
TK.messagebox.showinfo( "This is my Clock!", str(strftime('%H:%M:%S %p')))

def window():
root = TK.Tk()
root.geometry('650x400')
root.title("Time Button")
b1 = TK.Button(root, text = "Click to see the Time!", command = helloCallBack)
b1.place(x=100, y=50)

def time():
string = strftime('%H:%M:%S %p')
lbl.config(text = string)
lbl.after(1000, time)

# Styling the label widget so that clock
# will look more attractive
lbl = Label(root, font = ('calibri', 40, 'bold'),
background = 'purple',
foreground = 'white')

# Placing clock at the centre
# of the tkinter window
lbl.pack(anchor = 'center')
time()

mainloop()

F

Random Country 453632 wrote:F

Looks complicated right? Must be for some really cool thing, right?

No. It opens a button, and when you press the button, it shows you the time. A button that gives you a clock

A clock

Welldoing

Norwany wrote:Is that not next? Sorry if I skipped something, but I remember you saying EL would likely be the last to arrive. So I was more or less handing the Meet over to you (for EL's arrival and the beginning of the Meet, assuming it would be ready to begin after that).

Oh, cool. I actually made EL's arrival post more as "they have arrived" without going into detailed characters here. I can make another, or you can just welcome them based on this, or we can all just assume they have been welcomed and all settled in.
_______

The Illustrious Realms of Samasbhi is ranked 217,361st in the world and 5,487th in the Pacific for Most Politically Free, scoring 12.43 on the Diebold Election Inking Scale.
Free ? You are either right or wrong!

Kathol rift

True Europa State wrote:Looks complicated right? Must be for some really cool thing, right?

No. It opens a button, and when you press the button, it shows you the time. A button that gives you a clock

A clock

Clocks are very complicated

Welldoing wrote:Clocks are very complicated

To be fair, it does show you the exact time, with hour, minute and second. It doesn't update tho, so its just gonna show the time when the clock appeared.

Welldoing

Goddammit, I have just lost Devolution because of a Bad Issue Description, well I guess it fits in with the Post?

Welldoing

True Europa State wrote:To be fair, it does show you the exact time, with hour, minute and second. It doesn't update tho, so its just gonna show the time when the clock appeared.

Quality clocks require quantity lines...Or I suppose they do at least

the wars and tensions in The-paradise are over

the previous royal family is safe in Katrzynija

the royal army and their families has fled from the country

Welldoing wrote:Quality clocks require quantity lines...Or I suppose they do at least

I guess. Anyway, i'm slowly getting better and better at Python coding, so who knows, i might be able to make an actual game- oh wait the entire reason i'm learning Python is to make one, yay!!!!! /s

True Europa State wrote:I guess. Anyway, i'm slowly getting better and better at Python coding, so who knows, i might be able to make an actual game- oh wait the entire reason i'm learning Python is to make one, yay!!!!! /s

NationStates:Europa Edition
Coming not very soon?

Welldoing wrote:NationStates:Europa Edition
Coming not very soon?

Nah, not like that. But ze thing is, im doing a course for python right now, and my mother told me, once it finishes, that if i want to continue with Python, and possibly using coding as a career, that i will get a setup, with big monitor and pc tower and everything.

So its either
A> Do Python coding for like a month, and eventually get a setup so i can code and stuff
B> Not do Python, and not get a pc setup

What do you think i'll choose?

Welldoing

Welldoing

True Europa State wrote:Nah, not like that. But ze thing is, im doing a course for python right now, and my mother told me, once it finishes, that if i want to continue with Python, and possibly using coding as a career, that i will get a setup, with big monitor and pc tower and everything.

So its either
A> Do Python coding for like a month, and eventually get a setup so i can code and stuff
B> Not do Python, and not get a pc setup

What do you think i'll choose?

I have no idea how coding Python is(I have little to no idea how coding something is) so I guess I choose as an opinion the bottom text

Welldoing wrote:I have no idea how coding Python is(I have little to no idea how coding something is) so I guess I choose as an opinion the bottom text

Why? Its just Python. Of course i'll chose A, i want myself a pc setup.

Welldoing wrote:I have no idea how coding Python is(I have little to no idea how coding something is) so I guess I choose as an opinion the bottom text

also what is a pc tower, stacked pcs on top of each other?

«12. . .29,16329,16429,16529,16629,16729,16829,169. . .44,62144,622»

Advertisement