The function f(x) takes a string input and performs the following operations:

1. If the input is "hello", it appends " world" to the input.
2. If the input consists only of numeric characters, it treats the input as a number and doubles its value.
3. If the input consists only of lowercase alphabetic characters, it converts the characters to uppercase.

